.eap-footer {
  background-color: #fafafa;
}

.eap-footer-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.eap-footer-top-section {
  width: 100%;
  height: 84px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px; 
  font-weight: 500;
  color: #666; 
  padding: 0 15px;
}

.eap-footer-link-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  .eap-footer-link-section {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}

.eap-footer-customer-text,
.eap-footer-bold-text,
.eap-footer-link-section p {
  margin: 0;
}

.eap-footer-bold-text {
  font-weight: bold;
}

.eap-footer-divider {
  margin: 0 10px;
  color: #999; 
}

.eap-footer-button-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}

.eap-footer-separator {
  width: 100%;
  border: none;
  border-top: 1px solid #ccc;
  margin: 0;
}

.eap-footer-bottom-section {
  width: 100%;
  padding: 31.5px 15px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.eap-footer-info-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 14px;
  font-weight: 500;
  color: #666;
}

.eap-footer-address-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  .eap-footer-address-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}

.eap-footer-business-info {
  margin: 0;
}

.eap-footer-fax-email {
  margin-bottom: 15.5px;
}

.eap-footer-copyright,
.eap-footer-powered {
  font-size: 14px;
  color: #999;
}

.eap-footer-powered {
  margin-bottom: 19px;
}

.eap-footer-info-section {
  margin: 0;
}

.eap-footer-logo-company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 11px;
  height: 30px;
}

.eap-footer-logo {
  cursor: pointer;
  -o-object-fit: contain;
     object-fit: contain;
}

.eap-footer-certification {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 14px;
  color: #666;
  gap: 5px;
}

.eap-footer-certification-img {
  margin-bottom: 12px;
  -o-object-fit: contain;
     object-fit: contain;
}

.eap-footer__privacy {
  font-weight: bold;
}

/*# sourceMappingURL=../sourcemaps/common/footer.css.map*/